printDuplex
Type
property
Summary
Reports whether the next print job should print double sided.
Syntax
set the printDuplex to {"none" | "short edge" | "long edge"}
get the printDuplex
Description
Use the printDuplex property to print double-sided. If "duplex" is not among the items of the printerFeatures then this property has no effect.
Attempting to set the printDuplex to an invalid value results in a script execution error.
To have an effect, this property must be set before calling open printing.
Examples
set the printDuplex to "short edge"
Related
command: print, open printing
property: printCollate, printerFeatures
Compatibility and Support
Introduced
LiveCode 2.9
OS
mac
windows
linux
Platforms
desktop
server